home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000114-20000217 / 000128_news@columbia.edu _Mon Jan 24 13:27:30 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA18822
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 24 Jan 2000 13:27:30 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA04199
  7.     for kermit.misc@watsun.cc.columbia.edu; Mon, 24 Jan 2000 13:10:47 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Can't remote delete in K95
  11. Date: 24 Jan 2000 18:10:45 GMT
  12. Organization: Columbia University
  13. Message-ID: <86i4j5$42o$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <86i21b$n1j$1@nnrp1.deja.com>,
  17. quertyq@hotmail.com  <quertyq@hotmail.com> wrote:
  18. : I'm running K95 1.1.17 on 2 PC's with windows 98.
  19. : The remote PC has kermit in server mode with the line set to
  20. : the modem port; that I dial into.
  21. : When I type the command:
  22. :   "remote delete junk.fil"
  23. : The message appears:
  24. :   "?REMOTE DELETE disabled"
  25. : How do I set the remote kermit so that I can delete files?
  26. : Is the "get junk.fil /delete" from the same problem?
  27. Before giving the SERVER command on the far end, tell it to
  28. ENABLE DELETE.
  29.  
  30. - Frank